func github.com/jackc/pgx/v5/pgtype.unexpectedByteErr

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		hstore.go#L309: func unexpectedByteErr(actualB, expectedB byte) error {
		hstore.go#L320: 		return unexpectedByteErr(nextB, expectedB)
		hstore.go#L332: 		return unexpectedByteErr(p.str[p.pos], one)
		hstore.go#L335: 		return unexpectedByteErr(p.str[p.pos+1], two)
		hstore.go#L434: 		return Text{}, unexpectedByteErr(next, '"')